home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / archivers / xfd / developer / include / c / proto / xfdmaster.h
C/C++ Source or Header  |  1999-05-17  |  323b  |  18 lines

  1. #ifndef _PROTO_XFDMASTER_H
  2. #define _PROTO_XFDMASTER_H
  3.  
  4. #ifndef __NOLIBBASE__
  5.   extern struct xfdMasterBase *xfdMasterBase;
  6. #endif
  7.  
  8. #include <exec/types.h>
  9. #include <clib/xfdmaster_protos.h>
  10.  
  11. #ifdef __GNUC__
  12.   #include <inline/xfdmaster.h>
  13. #else
  14.   #include <pragma/xfdmaster_lib.h>
  15. #endif
  16.  
  17. #endif    /*  _PROTO_XFDMASTER_H  */
  18.